home *** CD-ROM | disk | FTP | other *** search
/ Animation / Animation Vol.1 (Profi ROM)(1994).iso / pool / updates / symantec / rtlinc.exe / OSTREAM.H < prev    next >
C/C++ Source or Header  |  1993-05-13  |  270b  |  15 lines

  1. /*_ ostream.h */
  2. /* Copyright (C) 1992 by Symantec    */
  3. /* All Rights Reserved            */
  4.  
  5. /* Note: ANSI users should #include <stdlib.h> instead of this file */
  6. #ifndef __OSTREAM_H
  7. #define __OSTREAM_H 1
  8.  
  9. #ifndef __IOSTREAM_H
  10. #include <iostream.h>
  11. #endif
  12.  
  13. #endif
  14.  
  15.